home *** CD-ROM | disk | FTP | other *** search
- #include <OSUtils.h>
- #include <Windows.h>
- #include <QDOffscreen.h>
- #include <Memory.h>
- #include <ToolUtils.h>
-
- void DirectPlotColorIcon(long *icl8, PixMapHandle pm, short row, short col);
- void DirectHorizLine(PixMapHandle screenPixMap,
- short row,
- short col,
- register short length,
- register long lineColor);
- void DirectVertLine(PixMapHandle screenPixMap,
- short row,
- short col,
- register short length,
- register long lineColor);
-